home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Ken Long / NewRotation-c / What's New? < prev   
Encoding:
Text File  |  1994-12-04  |  1.2 KB  |  36 lines  |  [TEXT/EDIT]

  1. Another public domain C example source demo, brought back from the
  2. dead at:  itty bitty bytes™ - by Kenneth A. Long!
  3. Made to run in Think C™ on 2 June 1994.
  4. The original of .c file was found on ftp.cso.uiuc.edu in mac/MUG.
  5.  
  6. I posted this as a snippet but it contained a bug where the 
  7. drawing wasn't erased between rotation computations.  This was
  8. eliminated in a subsequent post, but still was a snippet.  Now
  9. it's a complete project.
  10.  
  11. To compile the old one, just add "ROT-PSIG .c" and remove the
  12. .c file it now has.
  13.  
  14. Revised on 20 September 1994 to include an offscreen GWorld, to
  15. eliminate drawing flicker (courtesy of Mark Hanrek, ala "NuCube").
  16.  
  17. The cursor still flickered, but not if placed in the menu bar. 
  18. But the cursor was only needed to click the control character
  19. rect's, so added key hits to take over those functions, and so I
  20. dropped them as controls, as well as the cursor.
  21.  
  22. Now, what used to be the control character rect's are merely notes
  23. on what keys do what.
  24.  
  25. I also broke up some of the big routines and cut out acres of
  26. comments (they are still in the original).
  27.  
  28. Revised again on 20 November 1994 to hide menu bar and make the
  29. window go to screen bounds, and run on Code Warrior.
  30.  
  31. Enjoy!
  32.  
  33. kenlong@netcom.com
  34.  
  35.  
  36.